home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1999 January
/
Designer's Club 1999 January.iso
/
pc
/
Idea Source
/
main.dir
/
00119_help.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-11
|
242 b
|
12 lines
on mouseDown me
puppetSound(2, "button")
puppetSound(3, "ray")
set the visible of sprite (the spriteNum of me - 13) to 0
updateStage()
end
on mouseUp me
set the visible of sprite (the spriteNum of me - 13) to 1
updateStage()
end